CME SPAN hardware peripheral
make

# To display Kernel debugging messages on the console
echo 8 > /proc/sys/kernel/printk

# Alternately,
dmesg | tail -7

insmod span_cme.ko
lsmod
./exec_cme 

rmmod span_cme

Once the module is loaded, look for information about it with

lsmod
cat /proc/iomem
ls /sys/module/cme_span
ls /sys/devices/soc.0
ls /sys/class/misc/cme_span
ls /sys/bus/drivers
